home *** CD-ROM | disk | FTP | other *** search
- drag_coeff 0.01
- gravity 2.2
-
- ;-------------------------------------------------------
-
- ;type "PLASMA BOLT 1" alien heavy cannon rate 14 tank 28 fa & battle
- ;type "TRACER SHOT 1" ? rate -
- ;type "ROCKET 1" player light rocket rate 4
- ;type "GUIDED MISSILE" player guided missile rate 64
- ;type "GREEN LASER" player fixed gun rate 2
- ;type "GREEN ENERGY LASER" alien fixed gun rate 8 player 32 ai
- ;type "PLASMA BOLT 2" alien medium cannon rate 11
- ;type "PLASMA BOLT 3" alien light cannon rate 8 player 4
- ;type "ROCKET 2" player heavy rocket rate 20
- ;type "RED LASER" player heavy gun rate 4
- ;type "BLUE LASER" player medium gun rate -
- ;type "PURPLE LASER" player light gun rate 2
- ;type "BOMB 1" ? rate -
- ;type "ENERGY 1" alien special weapon rate 32
- ;type "PLASMA BOLT 4" alien bomb rate 4 nom 32 free attack
-
- ;-------------------------------------------------------
- ;PHASE 1
- ;-------------------------------------------------------
- ;Build list of baddie types
- ;heli cobra tan1 tank2 vtol c17 hover plfight bug lance
-
-
- netbaddietype "helicopter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "cobra" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "tank1" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "vtol" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "c-17" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- ;netbaddietype "hovertank" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "plfight" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- ;netbaddietype "bug" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- ;netbaddietype "lance" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
-
- netbaddietype "lfighter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
- netbaddietype "lbomber" weapon "PLASMA BOLT 4" rate 10 secondary "ROCKET 1" rate 21 rounds 100
-
-
- phasestart
- phasemessage 1 30
- playcdslow
-
- clear_flag all
-
- ;critical_group "adata"
-
- ;==============================
- netready
- ;==============================
-
- create hero selected
- label "rez"
- position 45321 -1122 49574
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- ; attacking
- task
- playercontrols
- end
-
- create hero2 selected
- label "rezme2x"
- position 46321 -2122 49574
- forward -0.5 0 -0.8 up 0 1 0
- armed_with "PURPLE LASER" rate 2
- secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
- ; attacking
- task
- player2controls
- end
- ;==============================
- ;enable for send and recieve
-
- camera user 0 cockpit
- ;camera user 1 cockpit
- hud on
- nethostgo
-
- pause 10
- play_speech "fire at will"
-
- ;==================================
- procedure "wave2"
- wait_until number_of_baddies <= 8
- ;wait_until number_of "aliens" <= 8
-
- startnetbaddie
- ;10 seconds
- ;pause 300
- pause 60
- end_procedure
-
- pause 999999
- pause 999999
- pause 999999
- pause 999999
- pause 999999
-
- ;-------------------------------------------------------
- ;END OF SCENARIO
- ;-------------------------------------------------------
-